GI JI Third-Party Notices

GI JI itself is a local Go application. The release may be used together with:

- golang.org/x/net v0.57.0 and golang.org/x/text v0.40.0
  License: BSD 3-Clause
  Upstream: https://go.googlesource.com/net and https://go.googlesource.com/text
  Full bundled license: third_party/golang/LICENSE-BSD-3-CLAUSE.txt
  Upstream patent grant: third_party/golang/PATENTS.txt
  Pinned module notice: third_party/golang/NOTICE.md

- Qdrant
  License: Apache License 2.0
  Upstream: https://github.com/qdrant/qdrant
  Pinned release: 1.18.2
  Full bundled license: third_party/qdrant/LICENSE-APACHE-2.0.txt
  Upstream notice status: third_party/qdrant/NOTICE.md

- Ollama
  License: MIT License
  Upstream: https://github.com/ollama/ollama

- Qwen2.5 models
  License: Apache License 2.0
  Upstream: https://huggingface.co/Qwen

- bge-m3 model
  License: MIT License
  Upstream: https://huggingface.co/BAAI/bge-m3

The complete, unabridged licenses governing the bundled Go module code and
Qdrant binary are packaged at the paths above. `scripts/verify-dist.sh` fails
if those licenses, grants, or pinned-version notices are absent.

MIT License

Copyright 2026 GI JI contributors and the respective upstream authors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of MIT-licensed software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
